GetCredentialsResponse

data class GetCredentialsResponse(credentials: List<Credential>)

Represents response frame that is returned from WebAuthn#getCredentials operation call. Returns all the credentials stored in the given virtual authenticator.

See also

Constructors

GetCredentialsResponse
Link copied to clipboard
fun GetCredentialsResponse(credentials: List<Credential>)

Properties

credentials
Link copied to clipboard
val credentials: List<Credential>

Sources

jvm source
Link copied to clipboard